regexp.queue.dense (field)
18 uses
regexp (current package)
exec.go#L17: dense []entry
exec.go#L198: if len(runq.dense) == 0 {
exec.go#L247: for _, d := range q.dense {
exec.go#L252: q.dense = q.dense[:0]
exec.go#L262: for j := 0; j < len(runq.dense); j++ {
exec.go#L263: d := &runq.dense[j]
exec.go#L285: for _, d := range runq.dense[j+1:] {
exec.go#L290: runq.dense = runq.dense[:0]
exec.go#L310: runq.dense = runq.dense[:0]
exec.go#L322: if j := q.sparse[pc]; j < uint32(len(q.dense)) && q.dense[j].pc == pc {
exec.go#L326: j := len(q.dense)
exec.go#L327: q.dense = q.dense[:j+1]
exec.go#L328: d := &q.dense[j]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |